W5407

Warning W5407 - CPU specific Optimisation Overrides have been engaged! This means that a optimum code path has been chosen for the CPU that does not use the ΓÇ£latestΓÇ¥ features but has higher performance.

Fix: You can disable this override from module Options.

NB 1. While some processors support many instruction sets, not all processors perform best using the very latest instruction set due to their architecture. The software then chooses another path that uses older instruction sets but performs better.

NB 2. For example both the Intel Pentium M and AMD Athlon 64 support SSE2. Unlike the Intel Pentium 4, they perform better with SSE instructions. The benchmark thus uses SSE instead of SSE2 as higher performance can be obtained by using these instructions.


Related Topics

For more information, please see the (FAQ).